home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / chicken_.swf / scripts / frame_3 / DoAction.as
Text File  |  2008-11-12  |  61b  |  5 lines

  1. if(percent < 100)
  2. {
  3.    gotoAndPlay(_currentframe - 1);
  4. }
  5.